@charset "utf-8";
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei, Arial Unicode MS, Arial, sans-serif"
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #000;
	text-decoration: none;
}
.clearfix {
*zoom:1
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.ft{
	float: left;
}
.fr{
	float: right;
}
/*头部*/
.header{
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.w1200{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	*zoom:1
}
.w1200::after{
	content: "";
	display: block;
	clear: both;
}
.w1000{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	*zoom:1
}
.w1000::after{
	content: "";
	display: block;
	clear: both;
}

.w1100{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	*zoom:1
}
.w1100::after{
	content: "";
	display: block;
	clear: both;
}
@keyframes scaleMove{
	0%{transform:scale(1);}
	100%{transform:scale(1.1);}
}
@-webkit-keyframes scaleMove{
	0%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(1.1);}
}
.ban_li_ani{
	-webkit-animation:slideInUp 100ms 0.1s ease both;
}
.header_logo{
	width: 265px;
	height: 80px;
	float: left;
	background-image: url(../images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
}
.header_nav{
	float: right;
}
.header_nav ul li{
	float: left;
	margin: 0 15px;
	line-height: 78px;
	height: 78px;
	border-bottom: 2px solid #fff;
	letter-spacing: 1px;
}
.header_nav ul li a{
	color: #000;
	cursor: pointer;
	font-size: 18px;
}
.header_nav ul li:hover {
	border-color: #0b61c0;
}
.header_nav ul li:hover a {
	color: #0b61c0;
}
.header_nav ul li.on {
	border-color: #0b61c0;
}
.header_nav ul li.on a {
	color: #0b61c0;
}

/*横幅广告*/
.banner{
	width: 100%;
	height: 700px;
	background-image: url(../images/index_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}
.banner_text3{
	padding: 5px 0;
	height: 110px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-animation:bounceInLeft 1400ms 1.2s ease both;
}
.ban_t3_li{
	float: left;
	width: 25%;
	height: 100px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	color: #fff;
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 114px;
	padding-right: 30px;
	cursor:default;
}
.i_ban_1{
	background-image: url(../images/banner_img1.png);
}
.i_ban_2{
	background-image: url(../images/banner_img2.png);
}
.i_ban_3{
	background-image: url(../images/banner_img3.png);
}
.i_ban_4{
	background-image: url(../images/banner_img4.png);
}
.ban_t3_li:first-child{
	border-left: 1px solid #fff;
}
.ban_t3_1{
	display: block;
	line-height: 26px;
	font-size: 16px;
	padding-top: 12px;
}
.ban_t3_2{
	line-height: 24px;
	font-size: 14px;
}
.banner_text1{
	display: block;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -130px;
	background-image: url(../images/banner_text1.png);
	background-repeat: no-repeat;
	background-size: 100% ;
}
.banner_text2{
	display: block;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -130px;
	background-image: url(../images/banner_text2.png);
	background-repeat: no-repeat;
	background-size: 100% ;
}
/*banner动画--开始*/
.animated1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:1s;
	-webkit-animation-delay:1s; /* Safari 和 Chrome */
}

/*banner动画--结束*/


/*首页的关于我们*/
.index_about{
	background-color: #fff;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 20px;
}

.index_tit{
	padding-top: 30px;
	text-align: center;
	font-size: 0;
	background-image: url(../images/index_tit.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 6px;
}
.index_tit_span1{
	font-size: 26px;
	color: #0b2e3d;
	letter-spacing: 3px;
	line-height: 38px;
	font-weight: bold;
	display: inline-block;
}
.index_tit_span2{
	font-size: 26px;
	color: #0b61c0;
	letter-spacing: 3px;
	line-height: 38px;
	font-weight: bold;
	display: inline-block;
}
.index_tit_span3{
	display: block;
	font-size: 18px;
	color: #0b2e3d;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: bold;
}
.index_about_main{
	overflow: hidden;
	padding-top: 30px;
}
.index_about_img{
	width: 50%;
	float: left;
}
.index_about_img img{
	display: block;
	width: 90%;
}
.index_about_text{
	width: 50%;
	float: right;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	line-height: 34px;
}
.index_about_span{
	display: inline-block;
	background-color: #ff9711;
	padding: 6px 10px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 25px;
}
.index_about_text p{
	padding: 0;
	margin: 0;
}
.index_about_more{
	display: block;
	font-size: 20px;
	color: #ff9711;
	height: 44px;
	line-height: 44px;
	float: right;
	margin-right: 5%;
	cursor: pointer;
	margin-top: 10px;
}
.index_about_more:hover{
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards; 
}
/*产品展示*/
.index_product{	
	width: 100%;
    background-color: #fff;
    padding: 60px 0 10px 0;
    background-image: url(../images/index_product_bj.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
}
.index_pro_more{
	display: block;
	width: 215px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	background-image: url(../images/index_product_more.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 70px auto 0;
	cursor: pointer;
}
.index_pro_more:hover{
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards; 
}
.index_pro_roul .none_effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.index_pro_roul .swiper_a {
	display: block;
	position: relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.index_pro_roul .swiper_a span{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	color: #fff;
	font-size: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_pro_roul .swiper-slide-active .swiper_a span{
	height: 118px;
	line-height: 118px;
	font-size: 38px;
}
.index_pro_roul img {
	width: 100%;
	display: block;
	height: 100%;
	border: none;
}
	
.index_pro_roul .swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url(../images/product_prev.png) center no-repeat;
	cursor: pointer;
}

.index_pro_roul .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url(../images/product_next.png) center no-repeat;
	cursor: pointer;
}
.index_pro_roul .swiper-button-next, 
.index_pro_roul .swiper-container-rtl .swiper-button-prev{
	right: 19%;
}

.index_pro_roul .swiper-button-prev, 
.index_pro_roul .swiper-container-rtl .swiper-button-next{
	left: 19%;
}

.index_pro_roul .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.9);
    /* margin: 1px; */
    transform: scale(0.9);
}
.index_pro_roul .swiper-slide-active,
.index_pro_roul  .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1002;
}


/*资质荣誉*/
.index_honor{
	width: 100%;
	background-color: #fff;
	padding: 30px 0 10px 0;
	background-image: url(../images/index_honor_bj.png);
	background-position: center;
	background-size: cover;
	padding-bottom: 70px;
}
.index_honnor_roul{
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.index_honnor_roul ul li{
	width: 33.3%; 
	float: left;
}
.index_honnor_roul .swiper-container{
	overflow: inherit;
	padding: 10px 0;
}
.index_honor_imgbox{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.index_honor_imgbox img{
	width:100%;
	margin: 0 auto;
	display: block;
}
.index_honor_imgbox span{
	display: block;
	width: 100%;
	height: 90px;
	background-color: rgba(0,80,110,0.7);
	color: #fff;
	text-align: center;
	line-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
}	
.index_honnor_roul .swiper-button-prev {
	width: 30px;
	height: 165px;
	margin-top: -82px;
	background: url(../images/honnor_prev.png) center no-repeat;
	cursor: pointer;
}

.index_honnor_roul .swiper-button-next {
	width: 30px;
	height: 165px;
	margin-top: -82px;
	background: url(../images/honnor_next.png) center no-repeat;
	cursor: pointer;
}
.index_honor_more{
	display: block;
	width: 218px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #29e2f3;
	font-size: 18px;
	color: #29e2f3;
	text-align: center;
	margin: 40px auto 0;
}
.index_honor_more:hover{
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards; 
}
.index_honor_btn{
	background-image:none;
	color:#0b61c0;
	border:1px solid #0b61c0;
}
/*专业服务*/

.index_service_main{
	width: 100%;
	height: 600px;
	background-image: url(../images/index_service.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.index_ser_cen{
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	height: 100%;
	position: relative;
}
.index_ser_ft{
	width: 29%;
	position: absolute;
	top: -25px;
	left: 0;
	height: 640px;
	background-color: #061f48;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.index_ser_ftmain{
	width: 100%;
}
.index_ser_ft li{
	width: 100%;
	height: 110px;
	background-image: url(../images/index_ser_ftli.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.index_ser_ft li a{
	display: block;
	width: 100%;
	padding-left: 110px;
	box-sizing: border-box;
	height: 100%;
	padding-top: 25px;
	cursor: pointer;
	padding-right: 10px;
}
.index_ser_ft li.on{
	background-image: url(../images/index_ser_ftlion.png);
	background-repeat:repeat-y;
}
.index_ser_ft li:hover{
	background-image: url(../images/index_ser_ftlion.png);
	background-repeat:repeat-y;
}
.index_ser_1{
	background-image: url(../images/index_ser_work.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}
.index_ser_2{
	background-image: url(../images/index_ser_tax.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}
.index_ser_3{
	background-image: url(../images/index_ser_emergency.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}
.index_ser_4{
	background-image: url(../images/index_ser_Internet.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}
.index_ser_ftext1{
	display: block;
	font-size: 20px;
	color: #fdfcfc;
	line-height: 32px;
}
.index_ser_ftext2{
	display: block;
	font-size: 14px;
	color: #fdfcfc;
	line-height: 18px;
	padding: 8px 0;
}

.index_ser_fr{
	width: 65%;
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
}
.index_serfimain{
	min-height: 278px;
	border-bottom: 1px solid #aaaaaa;
}
.index_ser_fttit{
	font-size: 24px;
	color: #fff;
	border-left: 4px solid #00ffff;
	letter-spacing: 5px;
	line-height: 24px;
	height: 24px;
	padding-left: 10px;
}
.index_ser_fttext{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 20px;
}
.index_ser_more{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border:1px solid #0dc6f3;
	background-image: url(../images/index_ser_ftlion.png);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100%;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	box-shadow: 0 0 5px 1px rgba(5,40,252);
	cursor: pointer;
}
.index_ser_more:hover{
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards; 
}

/*回到顶部*/
.return_top{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/return_top.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999999;
	cursor: pointer;

}

/*底部*/

.footer{
	width: 100%;
	background-color: #111;
}
.footer_top{
	padding: 40px 0;
	overflow: hidden;
	display: flex;
}
.footer_ft{
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.footer_ft img{
	display: block;
	width: 80%;
	max-width: 404px;
}
.footer_fr{
	width: 50%;
	float: right;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_fr::after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #666666;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_fr_main{
	overflow: hidden;
	color: #e5e5e5;
	font-size: 14px;
	line-height: 22px;
}
.footer_fr_main span{
	display: block;
	padding: 7px 0;
	margin: 0;
}
.footer_fr_main i{
	display: inline-block;
	vertical-align: middle;
	
}
span.footer_address{
	padding: 7px 0 7px 30px;
	background-image: url(../images/footer_address.png);
	background-position: left;
	background-repeat: no-repeat;
}
span.footer_map{
	padding: 7px 0 7px 30px;
	background-image: url(../images/footer_map.png);
	background-position: left;
	background-repeat: no-repeat;
}
span.footer_mail{
	padding: 7px 0 7px 30px;
	background-image: url(../images/footer_mail.png);
	background-position: left;
	background-repeat: no-repeat;
}
span.footer_tell{
	padding: 7px 0 7px 30px;
	background-image: url(../images/footer_tell.png);
	background-position: left;
	background-repeat: no-repeat;
}
.footer_center {
	text-align: center;
	color: #e5e5e5;
}
.footer_center a{
	display: inline-block;
	color: #e5e5e5;
}
.footer_bottom{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.footer_bottom span{
	padding: 0 5px;
	color: #e5e5e5;
}


@media screen and (max-width: 1400px){
	.banner{
		height: 620px;
	}
	.ban_t3_li{
		padding-left: 90px;
		padding-right: 20px;
	}
	.index_pro_roul .swiper_a span{
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
	.index_pro_roul .swiper-slide-active .swiper_a span{
		height: 98px;
		line-height: 98px;
		font-size: 34px;
	}
}

	.case—banner{
		height: 255px;
	}
@media screen and (max-width: 1200px){
	.header_nav ul li{
		margin: 0 10px;
	}
	.header_nav ul li a{
		font-size: 16px;
	}
	.banner{
		height: 500px;
	}
	.ban_t3_li{
		padding-left: 70px;
		padding-right: 0px;
		background-position: 10px center;
	}
	.index_product{
		background-image: none;
		padding: 0 0 50px 0;
	}

	.index_pro_roul .swiper_a span{
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.index_pro_roul .swiper-slide-active .swiper_a span{
		height: 78px;
		line-height: 78px;
		font-size: 26px;
	}
	.footer_ft img{
		width: 60%;
	}
	/**/
	.case_banner{
		height: 180px;
	}
}
@media screen and (max-width: 1060px){
	.header .w1200{
		width: 96%;
	}
	.header_nav ul li{
		margin: 0 5px;
	}
	.header_nav ul li a{
		font-size: 14px;
	}
	.header_nav ul li{
		margin: 0 10px;
	}
	.banner{
		height: 400px;
	}
	.banner_text3{
		display: none;
	}
	.banner_text1{
		margin-top: -90px;
	}
	.banner_text2{
		margin-top: -90px;
	}
	.index_ser_ft{
		width: 31%;
	}
	.index_ser_fr{
		width: 65%;
	}
}

/*
@media screen and (max-width: 1024px){
	.index_pro_roul .swiper_a span{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.index_pro_roul .swiper-slide-active .swiper_a span{
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
}
*/
@media screen and (max-width: 860px){
	.banner{
		height: 300px;
	}
}



/****************************联系我们********************************/
.cont_banner{
	width: 100%;
	overflow: hidden;
}
.cont_banner img{
	width: 100%;
}
.cont_tit{
	width: 100%;
	line-height: 90px;
	height: 90px;
	background-color: #eee;
	text-align: center;
	color: #192a4a;
	font-size: 24px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.cont_main{
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	background-color: #eeeeee;
	padding-top: 38px;
	box-sizing: border-box;
	margin-bottom: 64px;
}
.cont_down{
	width: 100%;
	height: 300px;
	margin-top: 40px;
	padding-bottom: 64px;
	overflow: hidden;
}
.cont_map{
	width: 100%;
	height: 300px;
}
.cont_top{
	width: 100%;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}
.cont_company{
	height: 84px;
	padding-top: 18px;
	box-sizing: border-box;
}
.cont_xx{
	overflow: hidden;
}
.cont_xx_box{
	width: 47%;
	position: relative;
}

.cont_xx_t1{
	display: block;
	width: 26%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #0b61c0;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
}
.cont_xx_t2{
	width: 80%;
	float: right;
	height: 115px;
	background-color: #fff;
	padding-left: 12%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 10px;
}
.cont_xx_t2 span{
	display: block;
	line-height: 34px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	background-position: left 9px;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 25px;
}
.cont_dz{
	background-image: url(../images/cont_dz.png);
}
.cont_dh{
	background-image: url(../images/cont_tell.png);
}
.cont_yx{
	background-image: url(../images/cont_yx.png);
}
@media screen and (max-width: 1024px){
	.cont_xx_t1{
		font-size: 18px;
	}
}
@media screen and (max-width: 860px){
	.cont_xx_t1{
		font-size: 16px;
	}
}


/****************************人才战略********************************/
.body_gray{
	background-color: #eeeeee;
}
.pers_banner{
	width: 100%;
	overflow: hidden;
}
.pers_banner img{
	display: block;
	width: 100%;
}
.pers_team{
	padding: 25px 0;
	overflow: hidden;
	background-color: #fff;
	margin-top: 25px;;
}
.pers_tit{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
}
.pers_team_text1{
	width: 70%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 16px;
	padding:  10px 0;
}
.pers_team_text2{
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

.pers_card{
	width: 150px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
	margin-top: 10px;
}
.pers_col1{
	background-color: #29e2f3;
}
.pers_col2{
	background-color: #00a0e9;
}
.pers_col3{
	background-color: #00b7ee;
}
.pers_col4{
	background-color: #4f80fe;
}
.pers_col5{
	background-color: #07bfc6;
}
.pers_add{
	width: 50px;
	display: inline-block;
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	vertical-align: middle;
}
.pers_join{
	padding: 45px 0;
}

.pers_join_main{
	width: 100%;
	margin: 0 auto;
}
.pers_join_box{
	width: 46%;
	padding-top: 25px;
}
.pers_join_tit{
	height: 120px;
	line-height: 158px;
	background-image: url(../images/job_bj6.png);
	background-repeat: repeat-x;
	background-position: bottom;
	box-sizing: border-box;
	overflow: hidden;
}
.pers_join_tit span{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	text-align: center;
	color: #fff;
	height: 100%;
	letter-spacing: 2px;
}
.pers_join_tit.job1{
	background-image: url(../images/job_bj1.png);
}
.pers_join_tit.job1 span{
	background-image: url(../images/job1.png);
}
.pers_join_tit.job2{
	background-image: url(../images/job_bj2.png);
}
.pers_join_tit.job2 span{
	background-image: url(../images/job2.png);
}
.pers_join_tit.job3{
	background-image: url(../images/job_bj3.png);
}
.pers_join_tit.job3 span{
	background-image: url(../images/job3.png);
}
.pers_join_tit.job4{
	background-image: url(../images/job_bj4.png);
}
.pers_join_tit.job4 span{
	background-image: url(../images/job4.png);
}
.pers_join_tit.job5{
	background-image: url(../images/job_bj5.png);
}
.pers_join_tit.job5 span{
	background-image: url(../images/job5.png);
}
.pers_join_text{
	background-color: #fff;
	height: 300px;
	overflow-y: auto;
	padding:  10px 20px;
}
.pers_join_t1{
	line-height: 50px;
	height: 60px;
	font-size: 20px;
	color: #fc7e02;
	letter-spacing: 2px;
}
.pers_join_t2{
	font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 200px;
    overflow-y: auto;
}

.pers_join_t2::-webkit-scrollbar{/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.pers_join_t2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}

.pers_join_t2::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	background: rgba(220,220,220,1);
}
.pers_join_t2 p{
	padding: 0;
	margin: 0;
}
.pers_join_t3{
	font-size: 16px;
	color: #10b9e9;
	line-height: 38px;
	height: 38px;
	text-align: right;
}
.pers_join_qqqd{
	line-height: 240px;
	font-size: 24px; 
	color: #8b8d92; 
	text-align: center;
	letter-spacing: 2px;
}
.pers_contact{
	width: 100%;
	padding: 46px 0 0 0;
	overflow: hidden;
}
.pers_contact_a{
	display: block;
	width: 408px;
	height: 59px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	background-image: url(../images/pers_cont.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.pers_card{
		width: 112px;
		line-height: 40px;
		font-size: 16px;
	}
	.pers_add{
		width: 30px;
		line-height: 40px;
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px){
	.pers_join_box{
		width: 49%;
	}
	.pers_join_tit span{
		text-align: right;
		padding-right: 15px;
	}
}

@media screen and (max-width: 860px){
	.pers_card{
		width: 112px;
		line-height: 40px;
		font-size: 16px;
	}
	.pers_add{
		width: 30px;
		line-height: 40px;
		font-size: 20px;
	}
	.pers_join_box{
		width: 100%;
	}
}

/****************************资质荣誉********************************/
.honor_tit{
	height: 98px;
	background-position: center;
	margin-top: 40px;
}
.honor_tit_text{
    margin: 0 auto;
    height: 32px;
    background-color: #fff;
    background-image: url(../images/honor_tit.png);
    background-repeat: no-repeat;
    font-size: 28px;
    background-position: center;
}
.honor_tit_zw{
	width: 100%;
	display: block;
	line-height: 60px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.honor_tit_yw{
	width: 100%;
	display: block;
	line-height: 28px;
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: lighter;
}

.honor_1{
	overflow: hidden;
	width: 100%;
	background-image: url(../images/honor_bj1.png);
	background-size: 100%;
	background-position: top right;
	position: relative;
	margin-top: 40px;
	background-repeat: no-repeat;
}
.honor1_ft{
	float: left;
	height: 100%;
    width: 35%;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	flex-direction: column;  /* 子元素横向排列 */
	justify-content: center; /* 相对父元素水平居中 */
	align-items: center; /*  子元素相对父元素垂直居中 */
	
}
.honor1_tit{
	font-size: 40px;
	color: #fff;
	line-height: 60px;
}
.honor1_text{
	 font-size: 20px;
	overflow: hidden;
	padding-top: 40px;
}
.honor1_p{
	color: #fff;
	font-size: 20px;
	line-height: 44px;
	padding: 0 0 0 15px;
	margin: 0;
	position: relative;
}
.honor1_p::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.honor1_fr{
	width: 20%;
    float: left;
    padding-left: 25%;
}
.honor1_fr img{
	width: 100%;
}
.honor_2{
	overflow: hidden;
	padding-top: 65px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 10px;
	position: relative;
}
.honor2_ft{
	width: 70%;
	float: left;
}
.honor2_ft_a{
	width: 50%;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
}
.honor2_ft_a img{
	width: 100%;
}
.honor2_fr{
	float: right;
	width: 29%;
}
.honor2_text{
	width: 90%;
	margin: 0 auto;

}
.honor2_p{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	padding: 0;
	margin: 0;
}
.honor2_tit{
	position: absolute;
	top: 65%;
	right: 8%;
	color: #0a6677;
	font-size: 34px;
	line-height: 46px;
	text-align: center;
}
.honor_3{
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 60px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.honor3_ft{
	float: left;
	width: 27%;
}
.honor3_fr{
	float: right;
	width: 72%;
	overflow: hidden;
}
.honor3_fr a{
	display: block;
	width: 50%;
	float: left;
	padding: 0 0 0 24px;
	box-sizing: border-box;
}
.honor3_fr a img{
	display: block;
	width: 100%;
}
.honor3_tit{
	color: #0a6677;
	font-size: 34px;
	line-height: 46px;
	text-align: center;
	padding-top: 2%;
}
.honor3_text{
	width: 70%;
	margin: 40% auto 0;
}
.honor3_li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.honor3_p{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	padding: 0;
	margin: 0;
}

.honor_foot{
	font-size: 18px;
	color: #000;
	text-align: center;
	width: 100%;
	clear: both;
	overflow: hidden;
	letter-spacing: 3px;
	position: relative;
}
.honor_foot span{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 18px;
}
/*资质荣誉改*/
.honor_imgbox {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.honor_imgbox img {
    width: 100%;
    margin: 0 auto;
	display:block;
}
.honor2_li_span{
	display: block;
	width: 100%;
	height: 130px;
	color: #fff;
	text-align: center;
	line-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;	
	font-size: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 30px;
}
honor_imgbox span:hover{
	line-height: 600px;
	height: 100%;
}
.honor_imgbox span p{
	width:100%;
//	line-height: 30px;
    position: absolute;
    top: 20%;
	box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.honor_2_li{
	width: 33.33%;
    height: 100%;
    position: relative;
	overflow: hidden;
}
.honor_ani{
		-webkit-animation:slideInUp 500ms 0.1s ease both;
		height: 100%
}
.honor2_li_txt{
	line-height:200px;
	font-size:18px;
	display:none;
	-webkit-animation:slideInUp 800ms 0.1s ease both;
}
.honor_2_li1 span {
    background-color: rgba(136,119,22,0.7);
}
.honor_2_li2 span {
    background-color: rgba(56,81,21,0.7);
}
.honor_2_li3 span {
    background-color: rgba(21,69,128,0.6);
}
.honor_3_ul{
	width:90%;
	text-align: center;
}
.honor_3 ul li{
	display: inline-block;
	width:15%;
	text-align: center;
}
.honor_3_ul span {
    display: block;
    width: 100%;
	text-align: center;
}
.honor_3_ul2{
	width:100%;
	background-color:#00091c;
	overflow: hidden;
}
.honor_3_ul2 li{
	display: inline-block;
	width:24%;
	text-align: center;
	
}
.honor3_ul{
    text-align: center;
	width:100%;
	display: flex;
}
.honor3_li{
	margin: 0 0 0 0;
    width: 100%;
	position: relative;
}
.honor3_txt {	
	display:none;
	height:100%;
	line-height:330px;
    background-color: rgba(16,113,149,0.7);
	width: 100%;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
	-webkit-animation:slideInDown 500ms 0.1s ease both;
}
.honor3_txt p{
	width: 100%;
	line-height: 40px;
    position: absolute;
    top: 30%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.honor_3_ul span:hover {
    display: block;
}
.honor3_box img{
	-webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.honor3_box img:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
@media screen and (max-width: 1200px){
	.honor1_tit {
		font-size: 34px;
		line-height: 28px;
	}
	.honor2_tit {
		top: 70%;
		font-size: 26px;
		line-height: 32px;
	}
	.honor2_text {
		width: 90%;
		margin: 4% auto 0;
	}
	.honor3_tit {
		font-size: 26px;
		line-height: 32px;
	}
	.honor1_p,.honor2_p,.honor3_p {
		font-size: 18px;
		line-height: 28px;
	}
	.honor4_tit {
		font-size: 26px;
		line-height: 66px;
	}
}

/****************************关于我们********************************/
.about_tit{
    display: block;
    max-width: 800px;
    width: 90%;
    margin: 50px auto 60px;
    text-align: center;
    height: 50px;
	position: relative;
    padding-bottom: 5px;
    margin-bottom: 60px;
	
}
.about_tit_ani{
	animation-name:fadeInUp;
    animation-duration: 2s;
}
.about_tit span{
	display: block;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #184a83;
	background-color: #fff;
}
.about_part1_m{
	width: 90%;
	background-repeat: no-repeat;
	background-image:url(../images/about_1.png);
	background-size: 100%;
	margin: 0 auto;
	max-width: 1163px;
	font-size: 16px;
	color: #000;
	line-height: 38px;
}
.about_part1_m p{
	display: 0;
	margin: 0;
}
.about_part2{
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
	margin-top: 55px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1100px){
	.about_tit span {
		width: 151px;
		font-size: 26px;
	}
	.about_part1_m {
		font-size: 14px;
		line-height: 28px;
	}
	
}
@media screen and (max-width: 860px){
	.about_tit span {
		width: 151px;
		font-size: 26px;
	}
	.about_part1_m {
		font-size: 14px;
		line-height: 28px;
	}
}
/*关于嘉行*/
.about_part1_word{
	padding-left:45px;
	padding-top:30px;
	display:inline-block;
	width:45%;
	display: flex;
    justify-content: center;
    flex-direction: column;
	font-size:20px;
	line-height: 80px;
	height: 310px;
    padding-bottom: 120px;
	
}
.about_p1_tit{
	display: block;
	font-size: 24px;
	line-height: 40px;

}
.about_p1_text{	
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #000;

}
.about_p1_word{
	box-sizing: border-box;

}
.about_word_line1{
	height: 62px;
	display: inline-block;
    border-bottom: 3px solid #000;
}
.about_part2_word{
	font-size: 16px;
    background-image: url(../images/about_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.about_part2_txt{
	line-height:36px;
	display:block;
	margin: 0 auto;
    width: 70%;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1060px){
	.about_part2_txt {
    line-height: 30px;
    display: block;
    margin: 0 auto;
    width: 70%;
    padding-top: 60px;
    padding-bottom: 50px;
}
	.about_p1_text {
    font-size: 16px;
}
	.about_p1_tit {
    line-height: 12px;
}
}

.about3_ul{
	width:100%;
	background-color:rgba(0,0,0,0.7);
}
.about_p3_ul{
	width:90%;
	text-align: center;
}
.about_p3_ul span {
    width: 100%;
	text-align: center;
}
.about3_ul{
	width:100%;
	background-color:#00091c;
	overflow:hidden;
}
.about3_ul li{
	display: inline-block;
	width:25%;
	text-align: center;
	cursor: pointer;
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
.about_p3_ul{
    text-align: center;
	width:100%;
	display: flex;
}
.about3_li{
	margin: 0 0 0 0;
    width: 100%;
	position: relative;
}
.about3_txt {	
	display:none;
	height:100%;
	line-height:330px;
    background-color: rgba(11,97,192,0.7);
	width: 100%;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
	-webkit-animation:slideInUp 200ms 0.1s ease both;
}
.about3_txt p{
	width: 100%;
	line-height: 40px;
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-animation:bounceInUp 300ms 0.1s ease both;
}
about3_li img{
	vertical-align:top; 
	display:block;
}
.about3_tit{
	font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
}
.about_p4_roul {
    box-sizing: border-box;
    margin-left: 50px;
    margin-right: 50px;
    overflow: hidden;
}
.about_p4_roul ul li {
    width: 25%;
    float: left;
}

.about_part4{
	margin-bottom:80px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.about_btn{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100px;
    z-index: 10;
	font-size:40px;
	line-height:100px;
    background-color: gainsboro;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
	background-image:none;
	color:#fff;
	margin-top: 30px;
}
/****************************专业服务********************************/
.ser_part1{
	width: 100%;
	background-color: #fff;
}
.ser_p1_top{
	width: 100%;
	background-image: url(../images/ser_p1_top.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 50px;
	top: -50px;
	left: 0;
}
.ser_p1_tit{
	height: 40px;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ser_tit{
	text-align: center;
}
.ser_tit_zw{
	font-size: 30px;
	color: #0c2e3d;
	text-align: center;
	line-height: 30px;
	height: 40px;
}
.ser_tit_yw{
	font-size: 20px;
	color: #29e2f3;
	line-height: 40px;
}
.ser_p1_text1{
	font-size: 18px;
	line-height: 32px;
	width: 86%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 15px;
}
.ser_p1_quan{
	background-image: url(../images/ser_quan.png);
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.ser_p1_text2 ul li{
	width: 33.3%;
	float: left;
}
.ser_p1_quan_tit{
	display: block;
	font-size: 24px;
	color: #000;
	letter-spacing: 3px;
	height: 52px;
	line-height: 52px;
	padding-top: 60px;
	text-align: center;
}
.ser_p1_quan_bc{
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.ser_p1_wz{
	overflow: hidden;
	width: 210px;
	margin: 0 auto;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	padding: 12px 0 30px 0;
}
.ser_p1_wz p{
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	position: relative;
}
.ser_p1_wz p::before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	
}
.ser_part2{
	margin-top: 55px;
	overflow: hidden;
	background-color: #fff;
	padding: 25px 0;
}
.ser_part2_flow{
	padding: 30px 0;
	overflow: hidden;
}
.ser_part2_contact{
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.ser_contact1{
	display: inline-block;
	font-size: 30px;
	color: #ff8400;
	letter-spacing: 3px;
	line-height: 50px;
	padding-right: 100px;
}
.ser_contact2{
	display: inline-block;
	width: 188px;
	height: 58px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background-image: url(../images/ser_cont.png);
	background-repeat: no-repeat;
	background-position: center;
}
.ser_part2_flow{
	overflow: hidden;
}
.ser_flow_box1{
	width: 17.5%;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}
.ser_flow_box1::after{
	content: "";
	display: block;
	position: absolute;
	left: 22px;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #000;
}
.ser_flow_box1 span{
	display: block;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 62px;
	height: 62px;
	margin-top: 18px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left;
	width: 98%;
	position: relative;
	z-index: 2;
	padding-left: 40px;
	box-sizing: border-box;
	
}
.ser_flow_box2{
	height: 100px;
	width: 10%;
	background-position: center;
	background-repeat: no-repeat;
}
.ser_jt1{
	background-image: url(../images/flow_right.png);	
	float: left;
}
.ser_jt2{
	background-image: url(../images/flow_right.png);
	float: left;
}
.ser_jt3{
	background-image: url(../images/flow_right.png);
	float: left;
}
.ser_jt4{
	background-image: url(../images/flow_down.png);
	clear:both;
    background-position: 94% center;
	width: 100%;
}
.ser_jt5{
	background-image: url(../images/flow_left.png);
	float: right;
}
.ser_jt6{
	background-image: url(../images/flow_left.png);
	float: right;
}
.ser_jt7{
	background-image: url(../images/flow_left.png);
	float: right;
}
.ser_text1 {
	float: left;
}
.ser_text2 {
	float: left;
}
.ser_text3 {
	float: left;
}
.ser_text4 {
	float: right;
}
.ser_text5 {
	float: right;
}
.ser_text6 {
	float: right;
}
.ser_text7 {
	float: right;
}
.ser_text8 {
	float: right;
}

.ser_text1 span{
	background-image: url(../images/flow_1.png);
}
.ser_text2 span{
	background-image: url(../images/flow_2.png);
}
.ser_text3 span{
	background-image: url(../images/flow_3.png);
}
.ser_text4 span{
	background-image: url(../images/flow_4.png);
}
.ser_text5 span{
	background-image: url(../images/flow_5.png);
}
.ser_text6 span{
	background-image: url(../images/flow_6.png);
}
.ser_text7 span{
	background-image: url(../images/flow_7.png);
}
.ser_text8 span{
	background-image: url(../images/flow_8.png);
}


.ser_part3{
	padding: 15px 0;
}
.ser_part3 ul li{
	float: left;
	padding: 13px 16px;
}
.ser_part3 ul li a{
	display: block;
	height: 120px;
	width: 298px;
	margin: 0 auto;
	border: 1px solid #000;
	overflow: hidden;
	padding: 0 1px;
	box-sizing: border-box;
}
.ser_part3 ul li a img{
	display: block;
	width: 100%;
}
@media screen and (max-width:1140px){
	.ser_part3 ul li{
		padding: 8px 8px;
	}
	.ser_part3 ul li a{
		height: 74px;
		width: 182px;

	}
}
@media screen and (max-width:1024px){
	.ser_p1_top{
		height: 24px;
		top: -24px;
	}
	.ser_part3 ul li a{
		height: 66px;
		width: 164px;

	}
	.ser_flow_box1{
		height: 70px;
	}
	.ser_flow_box1::after{
		left: 15px;
	}
	.ser_flow_box1 span {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
		margin-top: 15px;
		background-size: 40px;
		padding-left: 24px;
	}
	.ser_flow_box2{
		height: 70px;
	}
	.ser_contact1{
		font-size: 20px;
		padding-right: 28px;
		
	}
	.ser_contact2{
		height: 50px;
		line-height: 46px;
		font-size: 20px;
		width: 148px;
		background-size: 100%;
	}
}
@media screen and (max-width:860px){
	.ser_flow_box1{
		width: 26.5%;
	}
	.ser_text7 {
		float: left;
	}
	.ser_text8 {
		float: left;
	}
	.ser_jt3{
		float: none;
		background-position: 94% center;
		background-image: url(../images/flow_down.png);
		width: 100%;
		clear: both;
	}
	.ser_jt4{
		background-position: center center;
		background-image: url(../images/flow_left.png);
		width: 10%;
		float: right;
		clear: none;
	}
	.ser_jt6{
		float: none;
		background-position: 12% center;
		background-image: url(../images/flow_down.png);
		width: 100%;
		clear: both;
	}
	.ser_jt7{
		float: left;
		background-image: url(../images/flow_right.png);

	}
}
@media screen and (max-width:580px){
	.ser_flow_box1{
		width: 39.5%;
	}
	.ser_flow_box2{
		width: 20%;
	}
	.ser_text7 {
		float: left;
	}
	.ser_text8 {
		float: left;
	}
	
	.ser_jt2{
		float: none;
		background-position: 81% center;
		background-image: url(../images/flow_down.png);
		width: 100%;
		clear: both;
	}
	.ser_jt3{
		float: left;
		background-position: center center;
		background-image: url(../images/flow_left.png);
		width: 20%;
		clear: none;
	}
	.ser_jt4{
		float: none;
		background-position: 21% center;
		background-image: url(../images/flow_down.png);
		width: 100%;
		clear: both;
	}
	.ser_jt5{
		float: right;
		background-position: center center;
		background-image: url(../images/flow_right.png);
		width: 20%;
		clear: none;
	}
	.ser_jt6{
		float: none;
		background-position: 81% center;
		background-image: url(../images/flow_down.png);
		width: 100%;
		clear: both;
	}
	.ser_jt7{
		background-image: url(../images/flow_left.png);
		float: right;
	}
	
	.ser_text3 {
		float: right;
	}
	.ser_text4 {
		float: right;
	}
	
	.ser_text3 {
		float: left;
	}
	.ser_text4 {
		float: left;
	}
	
	.ser_text7 {
		float: right;
	}
	.ser_text8 {
		float: right;
	}
}



/****************************产品展示********************************/
.product_classify{
	width: 80%;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 30px;
	overflow: hidden;
}
.product_classify ul li{
	width: 25%;
	float: left;
}
.product_classify ul li span{
	display: block;
}
.product_classify ul li a{
	display: block;
	width: 132px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.product_classify_img{
	display: block;
	width: 132px;
	height: 104px;
	background-image: url(../images/pro_class_bj.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.product_classify_1{
	display: block;
	width: 132px;
	height: 104px;
	text-align: center;
	line-height: 84px;
	font-size: 20px;
	color: #7b8a8f;
}
.product_classify_2{
	display: none;
	width: 132px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.product_classify ul li.on .product_classify_img{
	background-image: url(../images/pro_class_bjon0.png);
}
.product_classify ul li.on .product_classify_2{
	color: #0b61c0;
	display: block;
}
.product_jieshao{
	display: block;
	width: 100%;
	background-color: #1877b9;
	padding: 44px 0;
}	
.producy_tit{
	line-height: 62px;
	font-size: 34px;
	text-align: center;
	letter-spacing: 2px;
	color: #fefdfc;
}
.producy_main{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
    padding-top: 20px;
    line-height: 35px;
	font-size: 16px;
	color: #fefdfc;
}
.product_article{
	width: 100%;
}
.product_article img{
	width: 100%;
	display: block;
}
.product_foottext{
	font-size: 24px;
	text-align: center;
	line-height: 56px;
	padding: 60px 0;
	background-color: #fbfbfb;
	width: 100%;
	color: #0670ad
}
@media screen and (max-width:1024px){
	.product_jieshao{
		padding: 25px 0 35px 0;
	}
	.producy_main{
		padding-top: 10px;
		font-size: 16px;
	}
	.producy_tit {
		font-size: 30px;
	}
	.product_foottext{
		padding: 40px 0;
	}
}
/*
.pro_tit{
	width: 100%;
	height: 80px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	background-color: #eeeeee;
}
.pro_zw{
	line-height: 80px;
	font-size: 34px;
	color: #02c6ff;
	text-align: center;
	letter-spacing: 3px;
}

.pro_yw{
	line-height: 90px;
	font-size: 24px;
	color: #131b1d;
	text-align: center;
	padding-left: 10px;
	letter-spacing: 1px;
}
.pro_left{
	width: 21%;
	float: left;
	overflow: hidden;
	background-color: #fff;
	margin: 30px 0;
	padding-bottom: 20px;
}
.pro_right{
	width: 78%;
	float: right;
	overflow: hidden;
	margin: 30px 0;
}
.pro_ft_tit{
	height: 60px;
	line-height: 58px;
	font-size: 20px;
	color: #535353;
	padding-left: 30px;
}
.pro_ft_main{
	overflow: hidden;
}
.pro_one_li{
	overflow: hidden;
	background-image: url(../images/pro_one.png);
	background-position: right 16px;
	background-repeat: no-repeat;
}

.pro_one_a{
	display: block;
	line-height: 46px;
	padding-left: 50px;
	font-size: 18px;
	color: #626262;
	background-position: 12px center;
	background-repeat: no-repeat;
	border-bottom: 1px  dashed #d9d9d9;
	cursor: pointer;
}

.pro_ft1{
	background-image: url(../images/pro_ft_1.png);
}
.pro_ft2{
	background-image: url(../images/pro_ft_2.png);
}
.pro_ft3{
	background-image: url(../images/pro_ft_3.png);
}

.pro_one_li.on{
	background-image: url(../images/pro_one_on.png);
}
.pro_one_li.on .pro_ft1{
	background-image: url(../images/pro_ft_on1.png);
	color: #64b5e3;
}
.pro_one_li.on .pro_ft2{
	background-image: url(../images/pro_ft_on2.png);
	color: #64b5e3;
}

.pro_one_li.on .pro_ft3{
	background-image: url(../images/pro_ft_on3.png);
	color: #64b5e3;
}

.pro_two{
	overflow: hidden;
	display: none;
}
.pro_two_li{
	overflow: hidden;
	border-bottom: 1px dashed #d9d9d9;
}
.pro_two_a{
	display: block;
	height: 47px;
	line-height: 46px;
	padding-left: 40px;
	padding-right: 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #626262;
	cursor: pointer;
}
.pro_one_a:hover{
	color: #64b5e3;
}
.pro_two_a:hover{
	color: #64b5e3;
}
.pro_two_a.on{
	color: #64b5e3;
}
.pro_fr_top{
	background-color: #fff;
	overflow: hidden;
}
.pro_fr_timg{
	padding: 10px;
	overflow: hidden;
	width: 61%;
	float: left;
	height: 380px;
	box-sizing: border-box;
}
.pro_fr_timg img{
	height: 100%;
	width: 100%;
}
.pro_fr_ttext{
	width: 39%;
	float: right;
	overflow: hidden;
}
.pro_fr_ttit{
	line-height: 40px;
	padding: 20px 0;
	font-size: 24px;
	color: #000;
	width: 90%;
	margin: 0 auto;
}
.pro_fr_tmain{
	font-size: 18px;
	color: #000;
	line-height: 28px;
	width: 90%;
	margin: 0 auto;
}
.pro_fr_main{
	margin-top: 15px;
	padding: 10px 0;
	overflow: hidden;
	background-color: #fff;
}
.pro_fr_main img{
	width: 90%;
	display: block;
}
.pro_fr_down{
	overflow: hidden;
	margin-top: 15px;
	background-color: #fff;
	padding: 10px 15px;
}
.pro_down_tit{
	line-height: 38px;
	height: 38px;
	font-size: 18px;
	color: #000;
}
.pro_tj_a{
	display: block;
	width: 100%;
}
.pro_tj_a:hover span{
	color: #02c6ff;
}
.pro_tj_a span{
	display: block;
	width: 92%;
	margin: 0 auto;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_tj_a img{
	width: 92%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
*/
/****************************行业创新********************************/
.innovate1{
	padding: 90px 0 100px 0;
}
.innovate1_text1{
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}
.innovate1_text2{
	font-size: 28px;
	text-align: center;
	line-height: 58px;
	padding: 0;
	margin: 0;
}
.innovate1_text2 span{
	color: #0b61c0;
	display: inline-block;
	padding-right: 15px;
}
.innovate1_box{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
}
.innovate1_box ul li{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #000;
}
.innov_box1{
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 80px;
	background-image: url(../images/innovate_box1.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innov_box2{
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 80px;
	background-image: url(../images/innovate_box2.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innov_box3{
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 80px;
	background-image: url(../images/innovate_box3.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innov_box4{
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 80px;
	background-image: url(../images/innovate_box4.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innov_box5{
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 80px;
	background-image: url(../images/innovate_box5.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innovate2{
	width: 100%;
	height: 600px;
	background-image: url(../images/innovate2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 67px;
	box-sizing: border-box;
}
.innov2_tit{
	width: 100%;
	height: 75px;
	background-image: url(../images/innovate2_tit.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.innov2_main{
	width: 60%;
	margin: 70px auto 0;
	font-size: 20px;
	color: #fff;
	line-height: 44px;
}

.innovate3{
	height: 600px;
	width: 100%;
	background-image: url(../images/innovate3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.innov3_ft{
	width: 38%;
	float: left;
	font-size: 20px;
	color: #132541;
	height: 100%;
}
.innov3_ft_t1{
	text-align: center;
	font-size: 50px;
	display: block;
	line-height: 60px;
	padding-top: 118px;
	color: #fff;
}
.innov3_ft_t2{
	font-size: 35px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 80px;
}
.innov3_fr{
	height: 600px;
	width: 61%;
	float: right;
	font-size: 20px;
	color: #132541;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10%;
	box-sizing: border-box;
	line-height: 44px;
	text-indent: 2em;
}
.innovate4{
	background-image: url(../images/innovate4.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	width: 100%;
	color: #f4f4f4;
	text-align: center;
	font-size: 18px;
	padding-top: 60px;
	box-sizing: border-box;
}
@media screen and (max-width:1300px){
	.innovate1 {
		padding: 44px 0 55px 0;
	}
	.innovate2{
		height: 380px;	
		background-size:auto;
	}
	.innov2_tit {
   		width: 80%;
		margin: 0 auto;
	}
	.innov2_main{
		margin: 20px auto 0;
		font-size: 18px;
		line-height: 32px;
	}
	.innovate3{
		height: 380px;	
	}
	.innov3_ft{
		width: 41%;
	}
	.innov3_fr{
		height: 380px;
		font-size: 18px;
		line-height: 32px;
		width: 58%;
		padding-right: 5%;
	}
	.innov3_ft_t1 {
		font-size: 40px;
		padding-top: 64px;
	}
	.innov3_ft_t2 {
		font-size: 24px;
		color: #fff;
		line-height: 24px;
	}
}

/****************************解决方案-智慧办公********************************/
/*banner*/
.case_banner{
	width: 100%;
	height: 600px;
    overflow: hidden;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
  //  background-size: auto 100%;
     background-size: cover;
	background-image:url(../images/case_banner.png);
	box-sizing: border-box;
	overflow: hidden;
}
.case_banner img {
    display: block;
    width: 100%;
}
/*banner按钮盒子*/
.case_banner_button{
   	position: relative;
    box-sizing: border-box;
    width: 30%;
    height: 54%;
    top: 23%;
    margin: 0 auto;
}
/*banner按钮*/
.case_btn{
	width: 35%;
    border: 1px solid #fff;
    background-color: transparent;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}
.case_btn1{
	
}
.case_btn2{
	right:0;
}
.case_btn3{
	bottom: 0;
}
.case_btn4{
	bottom: 0;
    right: 0;
}
.case_btn_onclick{
    border: 1px solid #0b61c0;
    background-color: #0b61c0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

.case_btn:hover {
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards; 
	 border: 1px solid #0b61c0;
	 background-color: #0b61c0;
	 color: #fff;
}

/*上方过渡带*/
/*过渡带标题*/
.case_tit{
	padding-top: 70px;
	text-align: center;
	height:80px;
	font-size: 0;
	padding-bottom: 6px;
}
.case_tit_span1{
	font-size: 16px;
	color: #d2d2d2;
	line-height: 32px;
	display: inline-block;
}
.case_tit_span2{
	font-size: 24px;
	color: #0b61c0;
	line-height: 48px;
	display: inline-block;
}
.case_tit_span3{
	font-size: 24px;
	color: #d2d2d2;
	line-height: 48px;
	display: inline-block;
}
/*过渡带优点*/
.case_classify{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	color:#626262;
	font-size:18px;
}
.case_classify ul li{
	width: 33.3%;
	float: left;
}
.case_classify ul li span{
	display: block;
}

.case_classify_1{
    width: 100%;
    height: 110px;
    line-height: 42px;
    font-size: 20px;
    color: #7b8a8f;
    box-sizing: border-box;
    padding-left: 50px;
}
.case_classify_img{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/case_advance.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.case_advance{
	width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}
/****************解决方案图**************/
.case_work_solution {
    width: 100%;
}
.case_work_solution img {
    width: 100%;
    display: block;
}
.case_work_pic{
    background-repeat: no-repeat;
    background-position: center top;
    height: 850px;
    position: relative;
}
/*智慧办公*/
.case_work_pic1{
	background-image: url(../images/case_work_1.png);
}
.case_work_pic2{
	background-image: url(../images/case_work_2.png);
}
.case_work_pic3{
	background-image: url(../images/case_work_3.png);
	height: 750px;
}
.case_work_pic4{
	background-image: url(../images/case_work_4.png);
}
/*智慧应急*/
.case_eme_pic1{
	height:800px;
	background-image: url(../images/case_emergency_1.png);
}
.case_eme_pic2{
	background-image: url(../images/case_emergency_2.png);
}
.case_eme_pic3{
	background-image: url(../images/case_emergency_3.png);
}
.case_eme_pic4{
	background-image: url(../images/case_emergency_4.png);
}
.case_eme_pic5{
	background-image: url(../images/case_emergency_5.png);
}
/*工业互联网*/
.case_int_pic1{
	height:900px;
	background-image: url(../images/case_Internet_1.png);
}
.case_int_pic2{
	height:900px;
	background-image: url(../images/case_Internet_2.png);
}
.case_int_pic3{
	height:900px;
	background-image: url(../images/case_Internet_3.png);
}
.case_int_pic4{
	height:900px;
	background-image: url(../images/case_Internet_4.png);
}
/*更多产品展示按钮*/
.case_more_product{
	display: block;
    width: 47%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 38%;
}
.case_more_product img{
	width: 150px;
    height: 40px;
    position: absolute;
    right: 0;
}
.case_more_btn{
    width: 150px;
    height: 40px;
    position: absolute;
    color: #fff;
    right: 0;
    box-sizing: border-box;
    padding-left: 25px;
    background-image: url(../images/case_more_product.png);
}

.case_more_btn:hover{
	animation:  scaleMove .4s forwards; 
	-webkit-animation:  scaleMove .4s forwards; 
}
.case_work_product1{
    width: 85%;
    top: 65%;
}
/*下方结束过渡带*/
.case_foottext{
    width: 100%;
    background-image: url(../images/case_end.png);
    height: 210px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #fff;	
    background-size: auto 800px;
    background-position: center -400px;
    background-repeat: no-repeat;
}
.case_end_word{
	font-size:16px;
	line-height: 40px;
}
.case_contact{
    width: 150px;
    height: 40px;
    background-color: #fff;
    color: #0b61c0;
    position: absolute;
    margin-left: -70px;
    left: 50%;
    top: 80%;
    margin-top: -40px;
    line-height: 40px;
    cursor: pointer;
	font-size: 14px;
}
.case_contact:hover{
	animation:  scaleMove .5s forwards; 
	-webkit-animation:  scaleMove .5s forwards;
	background-color:rgba(255,255,255,0.9);
}
.case_foot_word{
    top: 50%;
    margin-top: -80px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
}
/****************************解决方案-智慧应急********************************/
/*查看更多产品按钮位置*/
.case_emergency_product1{
    width: 45%;
    top: 70%;
}
.case_emergency_product2{
    width: 78%;
    top: 50%;
}
.case_emergency_product3{
    width: 80%;
    top: 65%;
}

/****************************解决方案-工业互联网********************************/
/*查看更多产品按钮位置*/
.case_Internet_product1{
    width: 76%;
    top: 80%;
}
.case_Internet_product2{
    width: 75%;
    top: 75%;
}
/*解决方案查看更多按钮位置变化样式*/
@media screen and (max-width: 1440px){
.case_work_product1{
    width: 95%;
}
.case_emergency_product1{
    width: 42%;
}
.case_emergency_product2{
    width: 88%;
}
.case_emergency_product3{
    width: 90%;
}
.case_Internet_product1{
    width: 80%;
}
.case_Internet_product2{
    width: 83%;
}

}
@media screen and (max-width: 1200px){
.case_emergency_product1{
    width: 40%;
}
.case_emergency_product2{
    width: 96%;
}
.case_emergency_product3{
    width: 98%;
}
.case_Internet_product1{
    width: 86%;
}
.case_Internet_product2{
    width: 90%;
}

}
/****************************解决方案-智慧税务*******************************/

/*tab样式*/
.case_tab{
	width:100%;
	background-color:#0b61c0;
	text-align:center;
}
.case_tab_ul ul{
	padding: 0;
	line-height:40px;
	}
.case_tab_ul ul li{
    list-style-type: none;
	display:inline-block;
	width: 25%;
	cursor: pointer;
}
.case_tab_li{
	background-color: #0b61c0;
    color: #fff;
    line-height: 70px;
    font-size: 24px;
}
.case_tab_li_after{
	background-color: #fff;
    color: #0b61c0;
    line-height: 70px;
    font-size: 24px;
}
.case_tab_li:hover{
	background-color: #fff;
    color: #0b61c0;
}
/*税务tab内容的标题*/
.case_tax_title1{
	font-size:24px;
	color:#0b61c0;
	line-height:70px;
	width:390px;
	width:50%;
}
.case_tax_title2{
	font-size:24px;
	color:#ff7e00;
	line-height:70px;
	width:390px;
	width:50%;
}
/*标题下划线*/
.case_word_line1{
	box-sizing: border-box; 
    height: 60px;
    width: 50px;
    display: -moz-inline-box;
    display: inline-block;
    border-bottom: 3px solid #ff7e00;
}
.case_word_line2{
	box-sizing: border-box; 
    height: 60px;
    width: 50px;
    display: -moz-inline-box;
    display: inline-block;
    border-bottom: 3px solid #0b61c0;
}
/*文字内容框*/
.case_tax_word1 {
	min-height: 320px;
    word-wrap: break-word;
    width: 45%;
    top: 25%;
    margin-top: -50px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    box-sizing: border-box;
}
.case_tax_word2 {
	min-height: 320px;
    word-wrap: break-word;
    width: 45%;
    top: 35%;
    margin-top: -50px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    box-sizing: border-box;
    right: 0;
}
/*文本框*/
.case_tax_txt1{
	width:390px;
	position:absolute;
	right:0;
}
.case_tax_txt2{
    width: 390px;
    position: absolute;
    left: 0;
}
/*背景*/
.case_tax_pic{
    background-repeat: no-repeat;
    background-position: center top;
    height: 560px;
    position: relative;
}
.case_tax1_pic1{
    background-image: url(../images/case_tax1_1.png);
}
.case_tax1_pic2{
    background-image: url(../images/case_tax1_2.png);
}
.case_tax1_pic3{
    background-image: url(../images/case_tax1_3.png);
}
.case_tax1_pic4{
    background-image: url(../images/case_tax1_4.png);
}
.case_tax1_pic5{
    background-image: url(../images/case_tax1_5.png);
}
.case_tax1_pic6{
    background-image: url(../images/case_tax1_6.png);
}
/******智慧税务-行政管理*******/
case_tax_tab1{
	display:block;
}
/*查看更多产品按钮位置*/
.case_tax1_product1{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
	bottom:0;
}


/******智慧税务-征管业务*******/
case_tax_tab2{
	display:none;
}
.case_tax2_pic1{
    background-image: url(../images/case_tax2_1.png);
}
.case_tax2_pic2{
    background-image: url(../images/case_tax2_2.png);
}
.case_tax2_pic3{
    background-image: url(../images/case_tax2_3.png);
}
.case_tax2_pic4{
    background-image: url(../images/case_tax2_4.png);
}
.case_tax2_pic5{
	height: 650px;
    background-image: url(../images/case_tax2_5.png);
}
/******智慧税务-税务监管*******/
.case_tax_tab3{
	display:none;
}
.case_tax3_pic1{
    background-image: url(../images/case_tax3_1.png);
}
.case_tax3_pic2{
    background-image: url(../images/case_tax3_2.png);
}
.case_tax3_pic3{
    background-image: url(../images/case_tax3_3.png);
}
.case_tax3_pic4{
    background-image: url(../images/case_tax3_4.png);
}
/******智慧税务-稽查指挥*******/
case_tax_tab4{
	display:none;
}
.case_tax4_pic1{
    background-image: url(../images/case_tax4_1.png);
}
.case_tax4_pic2{
    background-image: url(../images/case_tax4_2.png);
}
.case_tax4_pic3{
    background-image: url(../images/case_tax4_3.png);
}
.case_tax4_pic4{
	height:640px;
    background-image: url(../images/case_tax4_4.png);
}

.tab_display{
	display:none;
}
/*解决方案屏幕变化调整样式*/
@media screen and (max-width: 1440px){
	.case_btn{
		width: 160px;
		line-height: 40px;
		font-size: 16px;
		margin-right: 10px;
	}

}
@media screen and (max-width: 1200px){
	
	.case_banner{
		height: 380px;
	}
	.case_btn{
		width: 135px;
		line-height: 32px;
		font-size: 16px;
		margin-right: 10px;
	}
	.suc_tab_li{
		height: 70px;
	}
}
@media screen and (max-width: 1060px){
	.case_btn_onclick{
		width: 90px;
		font-size: 14px;
		margin-right: 10px;
	}
	.case_btn{
		width: 90px;
		font-size: 14px;
		margin-right: 10px;
	}
	.case_banner_button{
	
	}
	.suc_tab_li{
		height: 60px;
	}
}
/********************************行业创新新改页面****************************/
.innovate23{
	width: 100%;
	height: 900px;
	background-image: url(../images/innovate23.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 10px;
	box-sizing: border-box;
}
.innovate23_txt{
	position: relative;
    height: 100%;
    overflow: hidden;
}
.innov_tit{
	display:block;
	background-color:#000;
	font-size: 24px;
    line-height: 48px;
	text-align:center;
	margin-top:0;
}
.innov2_main {
    width: 45%;
    left: 0;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    padding-left: 50px;
	margin-top: 40px;
}
.innov3_main {
    width: 45%;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    right: 0;
    padding-right: 50px;
    bottom: 0;
    padding-bottom: 40px;
}
/****************************************成功案例页面************************/
.successful_tit {
    padding-top: 30px;
    text-align: center;
    font-size: 0;
    background-image: url(../images/successful_tit.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 6px;
    height: 150px;
}
.suc_classify{
	width:90%;
}
.suc_tab {
    width: 100%;
	padding-bottom: 80px;
    text-align: center;
}
.suc_tab_li{
	height:80px;
	width: 98%;
	background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
/*tab背景*/
.suc_tab_li1{
	background-image:url(../images/suc_tab_11.png);
}
.suc_tab_li2{
	background-image:url(../images/suc_tab_12.png);
}
.suc_tab_li3{
	background-image:url(../images/suc_tab_13.png);
}
.suc_tab_li4{
	background-image:url(../images/suc_tab_14.png);
}

.suc_on_li1{
	background-image:url(../images/suc_tab_1.png);
}
.suc_on_li2{
	background-image:url(../images/suc_tab_2.png);
}
.suc_on_li3{
	background-image:url(../images/suc_tab_3.png);
}
.suc_on_li4{
	background-image:url(../images/suc_tab_4.png);
}
/*tab鼠标经过变化*/
.suc_tab_li1:hover{
	background-image:url(../images/suc_tab_1.png);
}
.suc_tab_li2:hover{
	background-image:url(../images/suc_tab_2.png);
}
.suc_tab_li3:hover{
	background-image:url(../images/suc_tab_3.png);
}
.suc_tab_li4:hover{
	background-image:url(../images/suc_tab_4.png);
}
/*成功案例*/
.suc_solution{
	width:100%;
}
/*成功案例文案样式*/
.suc_word1{
	min-height: 320px;
    word-wrap: break-word;
    width: 35%;
    top: 35%;
    margin-top: -50px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    box-sizing: border-box;
    right: 0;
}
.suc_txt1{
    width: 390px;
    position: absolute;
    left: 0;
}
.suc_word2{
	min-height: 320px;
    word-wrap: break-word;
    width: 35%;
    top: 35%;
    margin-top: -50px;
    position: absolute;
    text-align: right;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    box-sizing: border-box;
}
.suc_tab_pic {
    background-repeat: no-repeat;
    background-position: center top;
    height: 800px;
    position: relative;
}
/*tab1*/
.suc_tab1_pic1{
	background-image:url(../images/suc_tab1_1.png);
}
.suc_tab1_pic2{
	background-image:url(../images/suc_tab1_2.png);
}
.suc_tab1_pic3{
	background-image:url(../images/suc_tab1_3.png);
}
.suc_tab1_pic4{
	background-image:url(../images/suc_tab1_4.png);
}
.suc_tab1_pic5{
	background-image:url(../images/suc_tab1_5.png);
}
/*tab2*/
.suc_tab2_pic1{
	background-image:url(../images/suc_tab2_1.png);
}
.suc_tab2_pic2{
	background-image:url(../images/suc_tab2_2.png);
}
.suc_tab2_pic3{
	background-image:url(../images/suc_tab2_3.png);
}
.suc_tab2_pic4{
	background-image:url(../images/suc_tab2_4.png);
}
/*tab3*/
.suc_tab3_pic1{
	background-image:url(../images/suc_tab3_1.png);
}
.suc_tab3_pic2{
	background-image:url(../images/suc_tab3_2.png);
}
.suc_tab3_pic3{
	background-image:url(../images/suc_tab3_3.png);
}
.suc_tab3_pic4{
	background-image:url(../images/suc_tab3_4.png);
}
.suc_txt2{
	width: 390px;
    position: absolute;
    right: 0;
}
.suc_title{
	font-size:24px;
	color:#0b61c0;
	line-height:60px;
}
.suc_tab_main{
	width:100%;
}
.suc_tab_main img {
    width: 100%;
    display: block;
}
@media screen and (max-width: 1260px){
	.suc_tab_pic{
		background-size: cover;
		height: 600px;
	}
}
@media screen and (max-width: 960px){
	.suc_tab_pic{
		background-size: cover;
		height: 500px;
	}
}
/********************首页产品展示改版***************/
.index_pro_roul{
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
.index_pro_left{
    width: 45%;
    margin-right: 0;
    margin-top: 60px;
    position: relative;
    display: block;
    float: left;
	box-sizing: border-box;
    padding-right: 20px;
}
.index_pro_right{
    width: 55%;
    position: relative;
    float: left;
}
.index_pro_pic img{
	width: 100%;
}
.index_pro_word{
	color: white;
    line-height: 40px;
    box-sizing: border-box;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
	font-size: 18px;
}
.index_pro_btn{
    margin-top: 15%;
    margin-bottom: 10%;
    float: right;
    position: relative;
}
.index_pro_pic span {
    display: block;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*轮播图进度点*/
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 999;
    position: relative;
	margin-top: 25px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
    border-radius: 20%;
    background: #000;
    opacity: .2;
	margin-left: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0072fe;
}
/**/

